increase the TIMESCALE factor on AppVeyor

This hopefully makes timing-based tests less flaky.
This commit is contained in:
Marten Seemann
2020-01-03 17:05:19 +07:00
parent 07d76c547f
commit 22b36a783b

View File

@@ -5,7 +5,7 @@ os: Windows Server 2012 R2
environment: environment:
GOPATH: c:\gopath GOPATH: c:\gopath
CGO_ENABLED: 0 CGO_ENABLED: 0
TIMESCALE_FACTOR: 20 TIMESCALE_FACTOR: 40
matrix: matrix:
- GOARCH: 386 - GOARCH: 386
- GOARCH: amd64 - GOARCH: amd64