Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
John McEleney
/
casperjs
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
7a235726
...
7a235726dcd9449974a619096a450da2e0991644
authored
2013-03-18 08:12:22 +0100
by
Nicolas Perriault
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
speeded up test execution time (x4)
1 parent
8aacb4ec
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
modules/tester.js
modules/tester.js
View file @
7a23572
...
...
@@ -1367,7 +1367,7 @@ Tester.prototype.runSuites = function runSuites() {
self
.
runTest
(
testFiles
[
self
.
currentSuiteNum
]);
self
.
currentSuiteNum
++
;
}
},
10
0
,
this
);
},
10
,
this
);
};
/**
...
...
Please
register
or
sign in
to post a comment