Skip to content
This repository was archived by the owner on Aug 30, 2024. It is now read-only.

Commit c6aa48b

Browse files
committed
fixup! Adds headless login workaround
1 parent f50180b commit c6aa48b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/integration/integration_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ func TestHostRunner(t *testing.T) {
114114
}
115115

116116
func TestCoderCLI(t *testing.T) {
117-
ctx, cancel := context.WithTimeout(context.Background(), time.Second*30)
117+
ctx, cancel := context.WithTimeout(context.Background(), time.Minute*5)
118118
defer cancel()
119119

120120
c, err := tcli.NewContainerRunner(ctx, &tcli.ContainerConfig{

0 commit comments

Comments
 (0)