Sleep scales the sleep duration by $TEST_TIMEOUT_SCALE. Deprecated: This function is intended for internal testing and shouldn't be used outside zap itself. It was introduced before Go supported internal packages.
(base time.Duration)
| 41 | // used outside zap itself. It was introduced before Go supported internal |
| 42 | // packages. |
| 43 | func Sleep(base time.Duration) { |
| 44 | ztest.Sleep(base) |
| 45 | } |