We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4fe3de1 commit 4772c3aCopy full SHA for 4772c3a
csharp/IotaWalletNet/IotaWalletNet.Tests/Common/Interfaces/DependencyTestBase.cs
@@ -12,7 +12,7 @@ public class DependencyTestBase : IDisposable
12
protected const string DEFAULT_FAUCET_URL = @"https://faucet.testnet.shimmer.network";
13
protected const string ANOTHER_WALLET_ADDRESS = "rms1qz8wf6jrchvsfmcnsfhlf6s53x3u85y0j4hvwth9a5ff3xhrxtmvvyc9ae7";
14
protected const int SLEEP_DURATION_SECONDS_TRANSACTION = 10;
15
- protected const int SLEEP_DURATION_SECONDS_FAUCET = 10;
+ protected const int SLEEP_DURATION_SECONDS_FAUCET = 15;
16
protected const int SLEEP_DURATION_SECONDS_API_RATE_LIMIT = 0;
17
protected List<string> filesCreated;
18
public DependencyTestBase()
0 commit comments