Skip to content

Commit 4772c3a

Browse files
committed
Update DependencyTestBase.cs
1 parent 4fe3de1 commit 4772c3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

csharp/IotaWalletNet/IotaWalletNet.Tests/Common/Interfaces/DependencyTestBase.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ public class DependencyTestBase : IDisposable
1212
protected const string DEFAULT_FAUCET_URL = @"https://faucet.testnet.shimmer.network";
1313
protected const string ANOTHER_WALLET_ADDRESS = "rms1qz8wf6jrchvsfmcnsfhlf6s53x3u85y0j4hvwth9a5ff3xhrxtmvvyc9ae7";
1414
protected const int SLEEP_DURATION_SECONDS_TRANSACTION = 10;
15-
protected const int SLEEP_DURATION_SECONDS_FAUCET = 10;
15+
protected const int SLEEP_DURATION_SECONDS_FAUCET = 15;
1616
protected const int SLEEP_DURATION_SECONDS_API_RATE_LIMIT = 0;
1717
protected List<string> filesCreated;
1818
public DependencyTestBase()

0 commit comments

Comments
 (0)