Skip to content

Commit fa307f2

Browse files
committed
give timeout for 9P mount check
1 parent 4e598b6 commit fa307f2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/integration/mount_start_test.go

+3
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,9 @@ func validateMount(ctx context.Context, t *testing.T, profile string) {
120120
t.Errorf("wanted mode to be %q; got: %q", want, rr.Output())
121121
}
122122

123+
// give time for 9P process to be listed as running on Windows
124+
time.Sleep(5 * time.Second)
125+
123126
args = sshArgs
124127
args = append(args, "mount", "|", "grep", "9p")
125128
rr, err = Run(t, exec.CommandContext(ctx, Target(), args...))

0 commit comments

Comments
 (0)