Merged in feature/fix_test_timeouts (pull request #194)

text extractions tests

* increase timeout

for slow ci/cd systems

* add tests
This commit is contained in:
Jay Brown
2025-12-04 22:45:15 +00:00
parent 3bdc27f4de
commit a94637ab13
14 changed files with 2071 additions and 270 deletions
+1
View File
@@ -108,6 +108,7 @@ tasks:
fi
GOMAXPROCS={{.THREAD_PARALLEL}} go test \
-timeout 15m \
-p {{.PKG_PARALLEL}} -parallel {{.TEST_PARALLEL}} \
-coverpkg={{.INTERNAL}},{{.API}},{{.PKG}} \
-coverprofile=$COVERAGE_TARGET $TEST_TARGETS