We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7976d86 commit bdca0d7Copy full SHA for bdca0d7
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