Skip to content

Commit afdbc27

Browse files
committed
Increased delay
1 parent 8091cb1 commit afdbc27

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/integration/setup.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ define([
4545
return this.remote
4646
.get(require.toUrl('tests/pages/integration.html'))
4747
.waitForElementByCssSelector('body.loaded', 5000)
48-
.sleep(1000);
48+
.sleep(2000);
4949
}
5050
});
5151
});

0 commit comments

Comments
 (0)