Skip to content

Commit

Permalink
Fix failing test.
Browse files Browse the repository at this point in the history
  • Loading branch information
airforce270 committed Sep 20, 2023
1 parent 47f0a1c commit 8c9cd6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helix_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -741,7 +741,7 @@ func TestOnUserAccessTokenRefreshed(t *testing.T) {
t.Fatalf("Did not expect an error, got \"%s\"", err.Error())
}

time.Sleep(5 * time.Millisecond)
time.Sleep(10 * time.Millisecond)

if newAccessToken != wantNewAccessToken {
t.Errorf("expected newAccessToken to be %q, got %q", wantNewAccessToken, newAccessToken)
Expand Down

0 comments on commit 8c9cd6f

Please sign in to comment.