Skip to content

Commit ad667da

Browse files
authored
updating timeout (#234)
* updating timeout * adding todo
1 parent 7e4d45c commit ad667da

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/__tests__/ceramic_state_store.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ const isPinned = async (ceramic: Ceramic, streamId: StreamID): Promise<boolean>
2323
}
2424

2525
describe('Ceramic state store tests', () => {
26-
jest.setTimeout(1000 * 60 * 5) // 5 minutes
26+
// TODO: Revert to 5 minutes if this doesn't fix the flakiness
27+
jest.setTimeout(1000 * 60 * 60) // 1 hour
2728

2829
beforeAll(async () => {
2930
// Wait for previous test to fully finish cleaning up before restarting the Ceramic node

0 commit comments

Comments
 (0)