diff --git a/flutter/example/integration_test/app_start_test.dart b/flutter/example/integration_test/app_start_test.dart index 3f866182f6..91564c7866 100644 --- a/flutter/example/integration_test/app_start_test.dart +++ b/flutter/example/integration_test/app_start_test.dart @@ -56,6 +56,8 @@ void main() async { await tester.pumpAndSettle(); + await Future.delayed(Duration(seconds: 3)); + final envelope = transport.envelopes.first; expect(envelope.items[0].header.type, "transaction"); expect(await envelope.items[0].header.length(), greaterThan(0));