Skip to content

Commit

Permalink
Increase test timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
gavinleroy committed Dec 20, 2024
1 parent 280eaf8 commit 60a4fa7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/packages/aquascope-embed/tests/embed.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,5 @@ describe("Aquascope Embed", () => {
// There must have been an editor on the screen.
expect(editors).not.toBeNull();
expect(editors.length).toBeGreaterThan(0);
}, 30_000);
}, 60_000);
});

0 comments on commit 60a4fa7

Please sign in to comment.