Skip to content

Commit 85cb973

Browse files
committed
Extending the delay before starting the load-generator to ensure the environment has been properly setup.
1 parent 077bff3 commit 85cb973

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

src/tests/multi-server/test-5hs-autoaccept.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
timeout: 90
1+
timeout: 120
22
state_order: sequence
33
states:
44
state_1:
@@ -29,10 +29,9 @@ states:
2929
3030
#
3131
# 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.
32+
# Environment startup time can be significant.
3433
#
35-
sleep 60
34+
sleep 90
3635
3736
#
3837
# Starting load-generator server which will generate traffic based on env configuration
@@ -53,7 +52,7 @@ states:
5352
5453
detach: true
5554
verify:
56-
timeout: 70
55+
timeout: 100
5756
trigger_mode: unordered
5857
triggers:
5958
- hs-access-request-received:

0 commit comments

Comments
 (0)