Skip to content

Commit 36462b3

Browse files
committed
Added runtime sourcing timeout for failing integration test.
1 parent cc79a08 commit 36462b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/checkout_int_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -402,7 +402,7 @@ func (suite *CheckoutIntegrationTestSuite) TestCheckoutPortable() {
402402

403403
// Checkout a working runtime.
404404
cp := ts.Spawn("checkout", "ActiveState-CLI/small-python#fb513fe6-b9f4-4c54-adf3-8a7833b290f3", ".", "--portable")
405-
cp.Expect("Checked out project")
405+
cp.Expect("Checked out project", e2e.RuntimeSourcingTimeoutOpt)
406406
cp.ExpectExitCode(0)
407407

408408
// Remove the artifact depot.

0 commit comments

Comments
 (0)