Skip to content
This repository has been archived by the owner on Oct 8, 2021. It is now read-only.

Commit

Permalink
[testHelper] Setting warning timeout for detailedEventCascade to a la…
Browse files Browse the repository at this point in the history
…rger value to help ensure tests work even if the CPU becomes bogged down
  • Loading branch information
Gabriel Schulhof committed Oct 1, 2012
1 parent b25e31e commit 5d54911
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/jquery.testHelper.js
Expand Up @@ -272,7 +272,7 @@

// Move on to the next step
self.detailedEventCascade( seq, newResult );
}, 2000);
}, 20000);

function recordResult( key, event, result ) {
// Record the result
Expand Down

0 comments on commit 5d54911

Please sign in to comment.