Skip to content

Commit

Permalink
test: bump test timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Jan 24, 2023
1 parent bb41265 commit eac787e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/basic.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1028,6 +1028,6 @@ if (isDev() && !isWindows) {
expect(pageErrors).toEqual([])
expect(consoleLogErrors).toEqual([])
expect(consoleLogWarnings).toEqual([])
}, isWindows ? 60_000 : 30_000)
}, 60_000)
})
}

0 comments on commit eac787e

Please sign in to comment.