Skip to content

Commit 1c0bb3c

Browse files
committed
build: increase waitsFor poll to 30ms from 10 to increase integ test stability
1 parent 40c02a4 commit 1c0bb3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/SpecRunner.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ window.deferredToPromise = jsPromise;
109109
* @param pollInterval in millis, default poll interval is 10ms
110110
* @returns {*}
111111
*/
112-
function awaitsFor(pollFn, _timeoutMessageOrMessageFn, timeoutms = 2000, pollInterval = 10){
112+
function awaitsFor(pollFn, _timeoutMessageOrMessageFn, timeoutms = 2000, pollInterval = 30){
113113
if(typeof _timeoutMessageOrMessageFn === "number"){
114114
timeoutms = _timeoutMessageOrMessageFn;
115115
pollInterval = timeoutms;

0 commit comments

Comments
 (0)