If the rounded execution timeout value is not what you expected, verify that the value follows the conversion rules:
| Range of user-specified values | Conversion rule |
|---|---|
| 1 - 250 | If the user-specified value is not divisible by 10, it is converted to the next greater increment of 10. |
| 251 - 1000 | If the user-specified value is not divisible by 50, it is converted to the next greater increment of 50. |
| 1001 - 60000 | The user-specified value is converted to the nearest increment of 1000. Values that are exactly between increments of 1000 are converted to the next greater increment of 1000. |
| 60001 - 3 600000 | The user-specified value is converted to the nearest increment of 60000. Values that are exactly between increments of 60000 are converted to the next greater increment of 60000. |