Skip to content

Commit b110228

Browse files
authored
Merge pull request #3788 from ActiveState/mitchell/cp-1276
Updated integration test to use proper solving timeout.
2 parents 7976d86 + bdca0d7 commit b110228

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)