Skip to content

Commit 12fb61c

Browse files
committed
tmp commit do not merge
Signed-off-by: Ashley Davis <ashley.davis@cyberark.com>
1 parent b08d214 commit 12fb61c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cmd/agent_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ func runSubprocess(t *testing.T, repoRoot string, args []string) {
6969
return
7070
}
7171
t.Log("Running child process", os.Args[0], "-test.run=^"+t.Name()+"$")
72-
ctx, cancel := context.WithTimeout(t.Context(), time.Second*10)
72+
ctx, cancel := context.WithTimeout(t.Context(), time.Second*30) // TODO: TMP DO NOT MERGE
7373
defer cancel()
7474
cmd := exec.CommandContext(ctx, os.Args[0], "-test.run=^"+t.Name()+"$")
7575
var stdout, stderr bytes.Buffer

0 commit comments

Comments
 (0)