Skip to content

Commit

Permalink
fix(workflows/syncer): increase test timeout for flake (#15503)
Browse files Browse the repository at this point in the history
  • Loading branch information
MStreet3 authored Dec 5, 2024
1 parent 1bfd6e4 commit 486f0ae
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ func Test_SecretsWorker(t *testing.T) {
lggr.Debugf("got secrets %v", secrets)
require.NoError(t, err)
return secrets == wantContents
}, 5*time.Second, time.Second)
}, 15*time.Second, time.Second)
}

func updateAuthorizedAddress(
Expand Down

0 comments on commit 486f0ae

Please sign in to comment.