grafana / synthetic-monitoring-agent

Synthetic Monitoring Agent
https://grafana.com/docs/grafana-cloud/how-do-i/synthetic-monitoring/
Apache License 2.0
157 stars 20 forks source link

checks/test: make timer big enough for context cancel to be picked up #711

Closed roobre closed 1 month ago

roobre commented 1 month ago

I cannot reproduce the flaky test locally, so let's try things and see what sticks.


I think this was it: The 100 nanosecond timer was probably long enough for context cancellation to be picked up before the timer expired in our beefy machines, but not in the handicapped CI runners.