Skip to content

Commit

Permalink
rm testcontainer WithDeadline
Browse files Browse the repository at this point in the history
  • Loading branch information
gertd committed Dec 12, 2024
1 parent 53f8956 commit bb71b85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/app/tests/template-no-tls/template-no-tls_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ func TestMain(m *testing.M) {
WaitingFor: wait.ForAll(
wait.ForExposedPort(),
wait.ForLog("Starting 0.0.0.0:9393 gateway server"),
).WithStartupTimeoutDefault(300 * time.Second).WithDeadline(360 * time.Second),
).WithStartupTimeoutDefault(300 * time.Second),
})
if err != nil {
rc = 99
Expand Down

0 comments on commit bb71b85

Please sign in to comment.