Skip to content

Commit

Permalink
Increase watch test timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
josephschorr committed Feb 3, 2025
1 parent be575b1 commit 7405464
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/datastore/test/watch.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import (
"github.com/authzed/spicedb/pkg/tuple"
)

const waitForChangesTimeout = 5 * time.Second
const waitForChangesTimeout = 15 * time.Second

// WatchTest tests whether or not the requirements for watching changes hold
// for a particular datastore.
Expand Down

0 comments on commit 7405464

Please sign in to comment.