Skip to content

Commit

Permalink
modify test
Browse files Browse the repository at this point in the history
  • Loading branch information
izabelacg committed May 9, 2024
1 parent e304adc commit 87c2f89
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/e2e/timeout_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -124,11 +124,11 @@ func TestRevisionTimeout(t *testing.T) {
initialSleep: 20 * time.Second,
}, {
name: "exceeds idle timeout - new",
timeoutSeconds: 15,
idleTimeoutSeconds: 7,
timeoutSeconds: 20,
idleTimeoutSeconds: 5,
expectedStatus: http.StatusGatewayTimeout,
initialSleep: 3 * time.Second,
sleep: 5 * time.Second,
sleep: 7 * time.Second,
}, {
// FIXME icg
// copied from ./test/conformance/api/v1/revision_timeout_test.go but with updated status code
Expand Down

0 comments on commit 87c2f89

Please sign in to comment.