Skip to content

Commit 3068703

Browse files
committed
Merge branch 'develop' into testing
2 parents 07a53a8 + e295afa commit 3068703

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/time.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@
155155

156156
ok(endTime > startTime, "After " + framesTriggered + " frames triggered, EndTime " + endTime + " must be larger than StartTime " + startTime);
157157
start();
158-
}, 100);
158+
}, 200);
159159
stop(); // pause the QUnit so the timeout has time to complete.
160160
});
161161

0 commit comments

Comments
 (0)