Skip to content

Commit a4c7f38

Browse files
committed
test: fix flakky test
1 parent cb9432e commit a4c7f38

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/verrou/test_helpers/driver_test_suite.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ export function registerStoreTestSuite<T extends { new (options: any): LockStore
252252

253253
assert.isTrue(await lock.isLocked())
254254

255-
await sleep(400)
255+
await sleep(410)
256256

257257
assert.isFalse(await lock.isLocked())
258258
})

0 commit comments

Comments
 (0)