File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
csharp/IotaWalletNet/IotaWalletNet.Tests/Common/Interfaces Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ public class DependencyTestBase : IDisposable
1111 protected const string DEFAULT_API_URL = "https://api.testnet.shimmer.network" ;
1212 protected const string DEFAULT_FAUCET_URL = @"https://faucet.testnet.shimmer.network" ;
1313 protected const string ANOTHER_WALLET_ADDRESS = "rms1qz8wf6jrchvsfmcnsfhlf6s53x3u85y0j4hvwth9a5ff3xhrxtmvvyc9ae7" ;
14- protected const int SLEEP_DURATION_SECONDS_TRANSACTION = 10 ;
14+ protected const int SLEEP_DURATION_SECONDS_TRANSACTION = 15 ;
1515 protected const int SLEEP_DURATION_SECONDS_FAUCET = 15 ;
1616 protected const int SLEEP_DURATION_SECONDS_API_RATE_LIMIT = 0 ;
1717 protected List < string > filesCreated ;
You can’t perform that action at this time.
0 commit comments