mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2026-06-30 14:06:39 +03:00
It should prvent apptest timeouts due to runners saturation. When apptests are run with other tests and linters they do not have enough CPU to complete in time and often times out. If one re-runs the apptests shortly after they are likely to pass because the same runner has enough resources available (other job finished). Remove GOGC=10 as the runner has enough memory (16Gb) to run apptests. I did some tests and obeserve drop in overal test duration from 4.5m to 3.30-3m.