Skip to content

Commit bdca0d7

Browse files
committed
Updated integration test to use proper solving timeout.
1 parent 7976d86 commit bdca0d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/buildscript_int_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ func (suite *BuildScriptIntegrationTestSuite) TestBuildScriptRequirementVersionA
179179
cp.ExpectExitCode(0)
180180

181181
cp = ts.Spawn("install", "dotenv")
182-
cp.Expect("Added: language/python/dotenv@Auto")
182+
cp.Expect("Added: language/python/dotenv@Auto", e2e.RuntimeSolvingTimeoutOpt)
183183
cp.ExpectExitCode(0)
184184
}
185185

0 commit comments

Comments
 (0)