Merge pull request #8718 from jfrazelle/run-redirect-test-fix
TestRunRedirectStdout kept failing with timed out.
This commit is contained in:
commit
5343ede602
1 changed files with 1 additions and 1 deletions
|
@ -2266,7 +2266,7 @@ func TestRunRedirectStdout(t *testing.T) {
|
|||
}()
|
||||
|
||||
select {
|
||||
case <-time.After(time.Second):
|
||||
case <-time.After(2 * time.Second):
|
||||
t.Fatal("command timeout")
|
||||
case <-ch:
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue