Skip to content

Commit dabd7ab

Browse files
authored
Add sleep between tasks to let finish the previous task (#193)
Signed-off-by: aman gupta <[email protected]>
1 parent 4349192 commit dabd7ab

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

e2e-tests/experiments/chaos/revision_counter/run_e2e_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ spec:
3636

3737
# Block Size to dump the data using dd
3838
- name: BLOCK_SIZE
39-
value: '3000000'
39+
value: '2000000'
4040

4141
# Block Count to dump the data using dd
4242
- name: BLOCK_COUNT

e2e-tests/experiments/chaos/revision_counter/test.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,12 @@
8787
- include_tasks: ./delete_jiva_csi_replica.yml
8888
loop: "{{ range(0, 10 | int, 1)|list }}"
8989

90+
- name: Sleep for some time to finish the dumping of test-data.
91+
shell: >
92+
sleep 720
93+
args:
94+
executable: /bin/bash
95+
9096
- name: Wait until the dumping process is finished and pid was destroyed
9197
wait_for:
9298
path: /proc/{{ p_id.stdout }}/status

0 commit comments

Comments
 (0)