Skip to content

Commit

Permalink
set e2e timeout to 10000ms
Browse files Browse the repository at this point in the history
  • Loading branch information
chentsulin authored Sep 23, 2016
1 parent 4d11348 commit 98e317a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import counterStyles from '../app/components/Counter.css';
const delay = time => new Promise(resolve => setTimeout(resolve, time));

describe('main window', function spec() {
this.timeout(5000);
this.timeout(10000);

before(async () => {
this.app = new Application({
Expand Down

0 comments on commit 98e317a

Please sign in to comment.