Skip to content

Commit a529bc2

Browse files
committed
Increase integration sandbox test timeout
1 parent ad05435 commit a529bc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/app/integration-tests/tests/sandboxes.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ describe('sandboxes', () => {
131131
async () => {
132132
browser = await browser;
133133

134-
const page = await loadSandboxRetry(browser, id, 30 * SECOND, 2);
134+
const page = await loadSandboxRetry(browser, id, 45 * SECOND, 2);
135135

136136
const screenshot = await page.screenshot();
137137

0 commit comments

Comments
 (0)