We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7976d86 + bdca0d7 commit b110228Copy full SHA for b110228
1 file changed
test/integration/buildscript_int_test.go
@@ -179,7 +179,7 @@ func (suite *BuildScriptIntegrationTestSuite) TestBuildScriptRequirementVersionA
179
cp.ExpectExitCode(0)
180
181
cp = ts.Spawn("install", "dotenv")
182
- cp.Expect("Added: language/python/dotenv@Auto")
+ cp.Expect("Added: language/python/dotenv@Auto", e2e.RuntimeSolvingTimeoutOpt)
183
184
}
185
0 commit comments