remove sleep 1s

This commit is contained in:
Alan Donovan 2021-08-30 18:15:37 -04:00
parent 3967d0c623
commit ea97e2e73d

View file

@ -6,7 +6,6 @@ import (
"fmt"
"os"
"strings"
"time"
"github.com/github/ghcs/api"
"github.com/github/ghcs/cmd/ghcs/output"
@ -155,8 +154,6 @@ func setupSSH(ctx context.Context, logger *output.Logger, terminal *liveshare.Te
return fmt.Errorf("error closing stream: %v", err)
}
time.Sleep(1 * time.Second)
return nil
}