Package: golang-github-dlclark-regexp2 / 1.11.0+ds1-1

Metadata

Package Version Patches format
golang-github-dlclark-regexp2 1.11.0+ds1-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 increase timeout to 10ms.patch | (download)

fastclock_test.go | 3 2 + 1 - 0 !
1 file changed, 2 insertions(+), 1 deletion(-)

 increase timeout from 1 ms to 10 ms to prevent test errors
 For example:
  === RUN   TestDeadline
      fastclock_test.go:31: deadline (1ms) expired too soon (after 1.415402ms)
  === RUN   TestStopTimeoutClock
      fastclock_test.go:53: Expected duration less than 2ms, got 2.504717ms