Skip to content

Commit a8a60ff

Browse files
committed
Unnecessary timer duration
1 parent faa931e commit a8a60ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ describe('integration', function () {
110110
var iframe = this.iframe;
111111
iframeExecute(iframe, done,
112112
function () {
113-
setTimeout(done, 50);
113+
setTimeout(done);
114114
try {
115115
foo();
116116
} catch (e) {

0 commit comments

Comments
 (0)