Skip to content

Commit

Permalink
Increase timeout in integration test for loading project with url
Browse files Browse the repository at this point in the history
  • Loading branch information
BryceLTaylor committed Sep 18, 2018
1 parent b1d133a commit a4a3e82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/project-loading.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ describe('Loading scratch gui', () => {
const projectId = '96708228';
await loadUri(`${uri}#${projectId}`);
await clickXpath('//button[@title="Try It"]');
await new Promise(resolve => setTimeout(resolve, 2000));
await new Promise(resolve => setTimeout(resolve, 3000));
await clickXpath('//img[@title="Go"]');
await new Promise(resolve => setTimeout(resolve, 2000));
await clickXpath('//img[@title="Stop"]');
Expand Down

0 comments on commit a4a3e82

Please sign in to comment.