Skip to content

Commit eb9fdc9

Browse files
Fix test timeout.
1 parent 9dfeb50 commit eb9fdc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test.new/tests/layout.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -388,7 +388,7 @@ suite("Layout",function(){
388388
suite('document.viewport', function () {
389389

390390
test('#getDimensions', function (done) {
391-
this.timeout(60000);
391+
this.timeout(5000);
392392
var original = document.viewport.getDimensions();
393393

394394
try {

0 commit comments

Comments
 (0)