Skip to content

Commit

Permalink
Increse timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
MDrakos committed Oct 10, 2023
1 parent d7abbe4 commit fd809e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/install_scripts_int_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ func (suite *InstallScriptsIntegrationTestSuite) TestInstall() {

if tt.Activate != "" || tt.ActivateByCommand != "" {
cp.Expect("Creating a Virtual Environment")
cp.Expect("Quick Start", termtest.OptExpectTimeout(time.Second*60))
cp.Expect("Quick Start", termtest.OptExpectTimeout(time.Minute*2))
// ensure that shell is functional
cp.ExpectInput()

Expand Down

0 comments on commit fd809e1

Please sign in to comment.