From c253a69566eb3ff247289315de7f49aa76a2e4ab Mon Sep 17 00:00:00 2001 From: Vusa Date: Mon, 29 Jun 2026 16:57:39 +0200 Subject: [PATCH] updating poll duration --- lib/screens/gateway/gateway_controller.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {