Skip to content

Commit

Permalink
[testing] Double image build timeout for bootstrap monitor e2e (#3468)
Browse files Browse the repository at this point in the history
  • Loading branch information
marun authored Oct 16, 2024
1 parent cc22d5d commit 49d0a18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/fixture/bootstrapmonitor/e2e/e2e_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ func buildImage(tc tests.TestContext, imageName string, forceNewHash bool, scrip
}

cmd := exec.CommandContext(
tc.DefaultContext(),
tc.ContextWithTimeout(e2e.DefaultTimeout*2), // Double the timeout to account for CI being really slow
"bash",
args...,
) // #nosec G204
Expand Down

0 comments on commit 49d0a18

Please sign in to comment.