Skip to content

Commit

Permalink
reduce locking test flake (#49137)
Browse files Browse the repository at this point in the history
  • Loading branch information
fspmarshall authored Nov 18, 2024
1 parent 5e9a9f0 commit 951c7b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/backend/test/suite.go
Original file line number Diff line number Diff line change
Expand Up @@ -789,7 +789,7 @@ func testWatchersClose(t *testing.T, newBackend Constructor) {
func testLocking(t *testing.T, newBackend Constructor) {
tok1 := "token1"
tok2 := "token2"
ttl := 5 * time.Second
ttl := 30 * time.Second

uut, clock, err := newBackend()
require.NoError(t, err)
Expand Down

0 comments on commit 951c7b7

Please sign in to comment.