Skip to content

Commit

Permalink
+
Browse files Browse the repository at this point in the history
  • Loading branch information
lifeart committed Dec 9, 2023
1 parent 4a2a2c3 commit 2bd1de0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/flows/bootstrap-navigation.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ test.describe('Ember-Bootstrap route', () => {
await page.click('a[href="/bootstrap"]');
// Expect a title "to contain" a substring.
await expect(page).toHaveTitle(/Bootstrap/, {
timeout: 5000,
timeout: 15000,
});
});
});

0 comments on commit 2bd1de0

Please sign in to comment.