Skip to content

Commit d9efea1

Browse files
mangelajoevakhoni
authored andcommitted
test: fix indentation in G1/G3 retry-timeout args
1 parent c246457 commit d9efea1

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

e2e/test/hooks_test.go

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -366,6 +366,7 @@ print("PYTHON_HOOK: complete")
366366
startHooksExporter("exporter-hooks-none.yaml")
367367

368368
out, err := RunCmd("timeout", "60", "jmp", "shell",
369+
"--retry-timeout", "75",
369370
"--client", "test-client-hooks",
370371
"--selector", "example.com/board=hooks",
371372
"--duration", "10s", "--", "sleep", "30")
@@ -378,7 +379,7 @@ print("PYTHON_HOOK: complete")
378379
startHooksExporter("exporter-hooks-slow-before.yaml")
379380

380381
out, err := RunCmd("timeout", "60", "jmp", "shell",
381-
"--retry-timeout", "0",
382+
"--retry-timeout", "75",
382383
"--client", "test-client-hooks",
383384
"--selector", "example.com/board=hooks",
384385
"--duration", "5s", "--", "sleep", "30")
@@ -390,6 +391,7 @@ print("PYTHON_HOOK: complete")
390391
startHooksExporter("exporter-hooks-slow-before.yaml")
391392

392393
out, err := RunCmd("timeout", "60", "jmp", "shell",
394+
"--retry-timeout", "75",
393395
"--client", "test-client-hooks",
394396
"--selector", "example.com/board=hooks",
395397
"--duration", "12s", "--", "sleep", "30")

0 commit comments

Comments
 (0)