File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -212,7 +212,7 @@ jobs:
212212 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
213213
214214 - name : Run cargo-nextest
215- run : cargo nextest run --release --locked --test-threads 4
215+ run : cargo nextest run --release --locked
216216
217217 mpc-pytests :
218218 name : " MPC Node: pytests"
Original file line number Diff line number Diff line change @@ -47,8 +47,8 @@ mod research;
4747mod resharing;
4848
4949const DEFAULT_BLOCK_TIME : std:: time:: Duration = std:: time:: Duration :: from_millis ( 300 ) ;
50- const DEFAULT_MAX_PROTOCOL_WAIT_TIME : std:: time:: Duration = std:: time:: Duration :: from_secs ( 30 ) ;
51- const DEFAULT_MAX_SIGNATURE_WAIT_TIME : std:: time:: Duration = std:: time:: Duration :: from_secs ( 30 ) ;
50+ const DEFAULT_MAX_PROTOCOL_WAIT_TIME : std:: time:: Duration = std:: time:: Duration :: from_secs ( 60 ) ;
51+ const DEFAULT_MAX_SIGNATURE_WAIT_TIME : std:: time:: Duration = std:: time:: Duration :: from_secs ( 60 ) ;
5252
5353/// Data needed to start running a test node.
5454pub struct OneNodeTestConfig {
You can’t perform that action at this time.
0 commit comments