We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 077bff3 commit 85cb973Copy full SHA for 85cb973
1 file changed
src/tests/multi-server/test-5hs-autoaccept.yml
@@ -1,4 +1,4 @@
1
-timeout: 90
+timeout: 120
2
state_order: sequence
3
states:
4
state_1:
@@ -29,10 +29,9 @@ states:
29
30
#
31
# Delay to allow the rest of the environment to startup before starting load generation.
32
- # When emulating x86 hardware on ARM hardware, the startup time can be significant, hence
33
- # the 60 second sleep here.
+ # Environment startup time can be significant.
34
35
- sleep 60
+ sleep 90
36
37
38
# Starting load-generator server which will generate traffic based on env configuration
@@ -53,7 +52,7 @@ states:
53
52
54
detach: true
55
verify:
56
- timeout: 70
+ timeout: 100
57
trigger_mode: unordered
58
triggers:
59
- hs-access-request-received:
0 commit comments