Skip to content

Commit

Permalink
increase plugin test timeout again
Browse files Browse the repository at this point in the history
  • Loading branch information
emlys committed May 6, 2024
1 parent f02c682 commit 08d0a27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workbench/tests/binary_tests/puppet.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ test('Install and run a plugin', async () => {
await runButton.click();
await page.waitForSelector('#invest-tab-tab-log.active');
await page.waitForSelector('div ::-p-text(Model Complete)');
}, 400000);
}, 500000);

const testWin = process.platform === 'win32' ? test : test.skip;
/* Test for duplicate application launch.
Expand Down

0 comments on commit 08d0a27

Please sign in to comment.