Skip to content
Snippets Groups Projects
Commit 147557f5 authored by poka's avatar poka
Browse files

increase transaction timeout to 18s

parent fd281ad8
No related branches found
No related tags found
1 merge request!29Revocation mechanisme
Pipeline #17120 waiting for manual action
......@@ -58,7 +58,7 @@ class SubstrateSdk with ChangeNotifier {
transactionStatus = p0;
notifyListeners();
}).timeout(
const Duration(seconds: 12),
const Duration(seconds: 18),
onTimeout: () => {},
);
log.d(hash);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment