Skip to content

Commit

Permalink
reduce locking test flake (#49130)
Browse files Browse the repository at this point in the history
  • Loading branch information
fspmarshall authored Nov 18, 2024
1 parent 8e04844 commit dad2022
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 @@ -790,7 +790,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 dad2022

Please sign in to comment.