Skip to content
Snippets Groups Projects
Commit 7818cb3c authored by poka's avatar poka
Browse files

increase timeout gitlab fetch

parent 2de8cbe4
No related branches found
No related tags found
No related merge requests found
Pipeline #40061 waiting for manual action
...@@ -20,7 +20,7 @@ class NetworkConfigService { ...@@ -20,7 +20,7 @@ class NetworkConfigService {
} }
try { try {
final response = await http.get(Uri.parse(_configUrl)).timeout(const Duration(seconds: 3)); final response = await http.get(Uri.parse(_configUrl)).timeout(const Duration(seconds: 10));
if (response.statusCode != 200) { if (response.statusCode != 200) {
throw 'Status code: ${response.statusCode}'; throw 'Status code: ${response.statusCode}';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment