Skip to content

Commit 2bd1de0

Browse files
committed
+
1 parent 4a2a2c3 commit 2bd1de0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

e2e/flows/bootstrap-navigation.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ test.describe('Ember-Bootstrap route', () => {
1414
await page.click('a[href="/bootstrap"]');
1515
// Expect a title "to contain" a substring.
1616
await expect(page).toHaveTitle(/Bootstrap/, {
17-
timeout: 5000,
17+
timeout: 15000,
1818
});
1919
});
2020
});

0 commit comments

Comments
 (0)