Skip to content

Commit

Permalink
chore(ci): Increase timeout for client tests (#1793)
Browse files Browse the repository at this point in the history
The GH runners have gotten slower recently and lots of tests fail due to timeouts.

Signed-off-by: Charith Ellawala <charith@cerbos.dev>
  • Loading branch information
charithe committed Sep 9, 2023
1 parent 98de402 commit 711844a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/client_test.go
Expand Up @@ -28,8 +28,8 @@ const (
adminPassword = "cerbosAdmin"

readyTimeout = 90 * time.Second
readyPollInterval = 100 * time.Millisecond
healthCheckTimeout = 80 * time.Millisecond
readyPollInterval = 120 * time.Millisecond
healthCheckTimeout = 100 * time.Millisecond
)

func TestClient(t *testing.T) {
Expand Down

0 comments on commit 711844a

Please sign in to comment.