File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
rust/lit-node/lit-node-testnet/src Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -16,8 +16,9 @@ use rand_core::OsRng;
1616use std:: sync:: Arc ;
1717use std:: time:: Duration ;
1818const RETRY_WAIT_TIME_MS : u64 = 200 ;
19- // const INITIAL_FUNDING_AMOUNT: &str = "100000000000000000000";
20- const INITIAL_FUNDING_AMOUNT : & str = "2000000000000000000" ;
19+ const INITIAL_FUNDING_AMOUNT : & str = "100000000000000000000" ;
20+ // const INITIAL_FUNDING_AMOUNT: &str = "2000000000000000000";
21+
2122#[ derive( Clone , Debug ) ]
2223pub struct EndUser {
2324 pub wallet : Wallet < SigningKey > ,
Original file line number Diff line number Diff line change @@ -251,7 +251,7 @@ impl TestSetupBuilder {
251251 self . signing_round_timeout
252252 } else {
253253 // if not in CI, set a default signing round timeout of 8000ms
254- Some ( "8000 " . to_string ( ) )
254+ Some ( "15000 " . to_string ( ) )
255255 } ;
256256
257257
You can’t perform that action at this time.
0 commit comments