Skip to content

Commit 00c6b36

Browse files
authored
Add '2 weeks' option for wait time string
1 parent 9dd5af0 commit 00c6b36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/features/signal+timer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@ $workflow->setReady();
3737

3838
Or, if the specified timeout is reached, the workflow will continue without the signal. The return value is `true` if the signal was received before the timeout, or `false` if the timeout was reached without receiving the signal.
3939

40-
You may also specify the time to wait as a string e.g. '30 seconds' or '5 minutes'.
40+
You may also specify the time to wait as a string e.g. '30 seconds', '5 minutes' or '2 weeks'.

0 commit comments

Comments
 (0)