We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7742a05 commit aa41885Copy full SHA for aa41885
Resources/js/run_jsunit.js
@@ -1,5 +1,5 @@
1
function waitFor(testFx, onReady, timeOutMillis) {
2
- var maxtimeOutMillis = timeOutMillis ? timeOutMillis : 3001, //< Default Max Timout is 3s
+ var maxtimeOutMillis = timeOutMillis ? timeOutMillis : 3001, //< Default Max Timeout is 3s
3
start = new Date().getTime(),
4
condition = false,
5
interval = setInterval(function() {
0 commit comments