Skip to content

Fix timeout in spec/arb_sync/repeat-wait

Jesse Natalie requested to merge jenatali/piglit:repeat-wait-timeout-fix into master

The timeouts are specified in nanoseconds. The previous definition of ONE_SECOND was one millisecond, not one second. Add some extra 0s to make the timeout correct.

Merge request reports