Skip to content

Commit f8f59b3

Browse files
committed
fix: give more time to load
1 parent 2d659ac commit f8f59b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fission/src/test/bootstrap/AppMount.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ describe("React Mounting", async () => {
3232
})
3333

3434
test("Static stylesheets load", async () => {
35-
await wait(200) // need time to load from web
35+
await wait(500) // need time to load from web
3636
expect(document.styleSheets.length).toBe(2)
3737
const iterable = document.fonts.values()
3838
let iterator = iterable.next()

0 commit comments

Comments
 (0)