Skip to content

Commit 18800d1

Browse files
committed
sqlite: fix TestTransactionRetry NDF
1 parent bdcb89a commit 18800d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

persist/sqlite/store_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ func TestTransactionRetry(t *testing.T) {
8585
return err
8686
}
8787
ch <- struct{}{}
88-
time.Sleep(2 * time.Second)
88+
time.Sleep(5 * time.Second)
8989
return nil
9090
})
9191
if err != nil {

0 commit comments

Comments
 (0)