Skip to content
Snippets Groups Projects
Commit a82b43f9 authored by Kevin Daudt's avatar Kevin Daudt :computer:
Browse files

community/victoria-metrics: increase test timeout

Tests timeout on builders after 10m
parent b94ced84
No related branches found
No related tags found
1 merge request!79570community/firefox-esr: upgrade to 128.7.0
......@@ -40,7 +40,7 @@ check() {
# TestStorageAddRowsConcurrent takes 140sec on x86_64 and times out.
# TestConfigReload flakes in CI a lot.
# Also don't run tests from ./apptest since it tests cluster variant.
go test -short -parallel 4 -skip '^TestStorageAddRowsConcurrent$|^TestConfigReload$' ./app/... ./lib/...
go test -timeout 20m -short -parallel 4 -skip '^TestStorageAddRowsConcurrent$|^TestConfigReload$' ./app/... ./lib/...
}
package() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment