Skip to content

Commit

Permalink
Increase timeout to 5 seconds.
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonAM authored and github-actions committed Jul 30, 2024
1 parent 2ebe2f8 commit b805b1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/srv/alpnproxy/local_proxy_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -544,7 +544,7 @@ func TestKubeMiddleware(t *testing.T) {
// request timed out.
return rw.Status() == http.StatusInternalServerError

}, time.Second, 100*time.Millisecond)
}, 5*time.Second, 100*time.Millisecond)
require.Contains(t, rw.Buffer().String(), "context canceled")

// just let the reissuing goroutine some time to replace certs.
Expand Down

0 comments on commit b805b1b

Please sign in to comment.