Skip to content

Commit

Permalink
Increase test timeout.
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchell-as committed Sep 23, 2024
1 parent 58e1176 commit cf96bd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/import_int_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ func (suite *ImportIntegrationTestSuite) TestImport() {
cp.ExpectExitCode(0)

cp = ts.Spawn("import", "requirements.txt")
cp.ExpectExitCode(0, termtest.OptExpectTimeout(30*time.Second))
cp.ExpectExitCode(0, termtest.OptExpectTimeout(2*time.Minute)) // wait twice as long as a normal solve

cp = ts.Spawn("packages")
cp.Expect("coverage")
Expand Down

0 comments on commit cf96bd8

Please sign in to comment.