Skip to content

Commit 238cd6a

Browse files
committed
ci: increase slo duration to 10 min
1 parent f48a61d commit 238cd6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/slo.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
./tests/slo/.bin/${{matrix.sdk.id}}_linux_amd64 run grpc://localhost:2135 /Root/testdb \
8686
-prom-pgw localhost:9091 \
8787
-report-period 250 \
88-
-time ${{inputs.slo_workload_duration_seconds || 60}} \
88+
-time ${{inputs.slo_workload_duration_seconds || 600}} \
8989
-read-rps ${{inputs.slo_workload_read_max_rps || 1000}} \
9090
-write-rps ${{inputs.slo_workload_write_max_rps || 100}} \
9191
-read-timeout 10000 \

0 commit comments

Comments
 (0)