Skip to content

Commit d6be935

Browse files
authored
Update endurance.yml
1 parent 1ef35cf commit d6be935

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/endurance.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Endurance
22

33
on:
44
schedule:
5-
- cron: '0 * * * *'
5+
- cron: '30 * * * *'
66

77
jobs:
88

@@ -18,5 +18,5 @@ jobs:
1818
- name: test-multithread (5X)
1919
run: |
2020
sudo apt-get install -y tcl8.5
21-
./runtest --loopn 4 --config server-threads 3 --clients 5
21+
./runtest --loopn 5 --config server-threads 3 --clients 5
2222

0 commit comments

Comments
 (0)