Skip to content

Commit 98bc5be

Browse files
committed
Increase timeout.
1 parent f791549 commit 98bc5be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/uninstall_int_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ func (suite *UninstallIntegrationTestSuite) testUninstall(all bool) {
106106

107107
if runtime.GOOS == "windows" {
108108
// Allow time for spawned script to remove directories
109-
time.Sleep(4 * time.Second)
109+
time.Sleep(10 * time.Second)
110110
}
111111

112112
if all {

0 commit comments

Comments
 (0)