Skip to content

Commit

Permalink
increasing timeout for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
git-elliot committed Aug 31, 2023
1 parent 1f6239a commit ece9be0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/host_scan_flutter_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ void main() {
),
emitsThrough(ActiveHost(internetAddress: InternetAddress(myOwnHost))),
);
});
});
}, timeout: Timeout.factor(2));
}, timeout: Timeout(Duration(minutes: 1)));

tearDownAll(() {
server.close();
Expand Down

0 comments on commit ece9be0

Please sign in to comment.