Skip to content
This repository has been archived by the owner on Jan 19, 2023. It is now read-only.

Commit

Permalink
Merge pull request #2258 from xtreme-vikram-yadav/fix-term-stream
Browse files Browse the repository at this point in the history
increase timeout for remote cmd stream setup
  • Loading branch information
wwitzel3 authored Apr 5, 2021
2 parents 6b456e2 + 13fb8c5 commit 6940664
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/terminal/instance.go
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ func (t *instance) terminalStream() error {
}()

select {
case <-time.After(200 * time.Millisecond):
case <-time.After(1000 * time.Millisecond):
return nil
case err := <-ch:
return err
Expand Down

0 comments on commit 6940664

Please sign in to comment.