File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
packs/tests/actions/chains Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 7171 ST2_AUTH_TOKEN : " {{token}}"
7272 # Note: We sleep to wait for the actual trigger instance to be written
7373 # in the db so the next task retrieves a correct trigger instance
74- cmd : " st2 key set a b ; sleep 2"
74+ cmd : " sleep 2 ; st2 key set a b ; sleep 2"
7575 on-success : check_key_create_trigger_instance
7676 -
7777 name : check_key_create_trigger_instance
@@ -120,7 +120,7 @@ chain:
120120 ST2_AUTH_TOKEN : " {{token}}"
121121 # Note: We sleep to wait for the actual trigger instance to be written
122122 # in the db so the next task retrieves a correct trigger instance
123- cmd : " st2 key set a c ; sleep 2"
123+ cmd : " sleep 2 ; st2 key set a c ; sleep 2"
124124 on-success : check_key_change_trigger_instance
125125 -
126126 name : check_key_change_trigger_instance
You can’t perform that action at this time.
0 commit comments