Skip to content

Commit

Permalink
[testing] Double the image build timeout for bootstrap monitor e2e
Browse files Browse the repository at this point in the history
  • Loading branch information
marun committed Oct 12, 2024
1 parent b9e2af2 commit b46862c
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 b46862c

Please sign in to comment.