Commit 2c56cb5
authored
Fix type for timeout option
There is a runtime check which will throw an error if timeout is set to true, along the lines of:
error: Job #1 named "exampleJob" had an invalid timeout of true
Now its type safe at runtime and build/dev time1 parent 048e9eb commit 2c56cb5
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
74 | | - | |
| 74 | + | |
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
| |||
0 commit comments