Skip to content

Commit

Permalink
increase timeout for database tests
Browse files Browse the repository at this point in the history
- Increased timeout for database tests from 15m to 25m to prevent intermittent failures due to long-running operations.
  • Loading branch information
flarco committed Dec 26, 2024
1 parent e0039f9 commit e30074b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ cd cmd/sling
go test -v -run 'TestReplicationDefaults'
# SLING_PROCESS_BW=false go test -v -run 'TestSuiteDatabaseClickhouse' # gives issues when running in parallel
go test -v -parallel 3 -run 'TestSuiteFile'
SKIP_CLICKHOUSE=TRUE go test -v -parallel 4 -timeout 15m -run TestSuiteDatabase
SKIP_CLICKHOUSE=TRUE go test -v -parallel 4 -timeout 25m -run TestSuiteDatabase
cd -

cd core/sling
Expand Down

0 comments on commit e30074b

Please sign in to comment.