Skip to content

Commit 0015650

Browse files
committed
Increase timeout for test-all to 60 seconds
- Benchmark.t takes ~19 seconds to complete - 30 second timeout was too tight, causing false timeouts - Increased to 60 seconds to provide adequate margin for CPU-intensive benchmark tests
1 parent b967980 commit 0015650

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ test-unit:
3434
# Runs all tests from src/test/resources/
3535
test-all:
3636
@echo "Running comprehensive test suite..."
37-
perl dev/tools/perl_test_runner.pl --jobs 8 --timeout 30 --output test_results.json src/test/resources
37+
perl dev/tools/perl_test_runner.pl --jobs 8 --timeout 60 --output test_results.json src/test/resources
3838

3939
# Alternative: Run tests using JUnit/Gradle (for CI/CD integration)
4040
test-gradle: test-gradle-unit

0 commit comments

Comments
 (0)