Skip to content

Commit f02414c

Browse files
committed
Update DependencyTestBase.cs
1 parent 210b159 commit f02414c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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;

0 commit comments

Comments
 (0)