Skip to content

Commit b57a4d2

Browse files
committed
Increase timeout slightly to avoid failing
1 parent 859d899 commit b57a4d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/specs/operations.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@
1919

2020
waitsFor(function () {
2121
return done;
22-
}, "it should finish", 500);
22+
}, "it should finish", 1000);
2323
});
2424
});

0 commit comments

Comments
 (0)