diff --git a/lib/screens/gateway/gateway_controller.dart b/lib/screens/gateway/gateway_controller.dart index 32026bd..502d076 100644 --- a/lib/screens/gateway/gateway_controller.dart +++ b/lib/screens/gateway/gateway_controller.dart @@ -14,7 +14,7 @@ class GatewayModel { bool isCancelled = false; int count = 0; int pollAttempt = 0; - int pollMaxAttempts = 20; + int pollMaxAttempts = 30; } class GatewayController extends ChangeNotifier {