diff --git a/tests/smoke/0001-smoke.zndsl b/tests/smoke/0001-smoke.zndsl index b0cde59529..c75aa758ef 100644 --- a/tests/smoke/0001-smoke.zndsl +++ b/tests/smoke/0001-smoke.zndsl @@ -14,9 +14,9 @@ alice: count of log lines containing "imported" is at least 4 within 10 seconds # Events assertions -alice: system event contains "A candidate was included" within 20 seconds -alice: system event matches glob "*was backed*" within 10 seconds -alice: system event matches "paraId(.)*[0-9]+" within 10 seconds +alice: system event contains "A candidate was included" within 40 seconds +alice: system event matches glob "*was backed*" within 20 seconds +alice: system event matches "paraId(.)*[0-9]+" within 20 seconds # Custom scripts alice: js-script ./0001-custom.js return is greater than 1 within 200 seconds