increase transaction timeout to 18s

This commit is contained in:
poka 2022-09-09 10:41:53 +02:00
parent fd281ad822
commit 147557f545
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ class SubstrateSdk with ChangeNotifier {
transactionStatus = p0; transactionStatus = p0;
notifyListeners(); notifyListeners();
}).timeout( }).timeout(
const Duration(seconds: 12), const Duration(seconds: 18),
onTimeout: () => {}, onTimeout: () => {},
); );
log.d(hash); log.d(hash);