diff --git a/tests/tests/variables.spec.ts b/tests/tests/variables.spec.ts index a652a247..0534eb64 100644 --- a/tests/tests/variables.spec.ts +++ b/tests/tests/variables.spec.ts @@ -83,7 +83,9 @@ test.describe('Variables', () => { ); // Redis will reconnect automatically and will store the variable on reconnect! // So we should see the new value. - await expect(textField).toHaveValue('value set while Redis stopped'); + await expect(textField).toHaveValue('value set while Redis stopped', { + timeout: 60000, + }); // Now, let's try to kill / reboot the back await rebootBack();