From b7033bd32c34e1c7239b8051a57aff3655e69427 Mon Sep 17 00:00:00 2001 From: Steve Kirkland Date: Fri, 4 Dec 2020 12:40:45 +0000 Subject: [PATCH] Comment reason for delay --- test/react-native/features/fixtures/app/scenario_js/app/App.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/react-native/features/fixtures/app/scenario_js/app/App.js b/test/react-native/features/fixtures/app/scenario_js/app/App.js index d89127f0ee..244b868e4c 100644 --- a/test/react-native/features/fixtures/app/scenario_js/app/App.js +++ b/test/react-native/features/fixtures/app/scenario_js/app/App.js @@ -73,7 +73,7 @@ export default class App extends Component { console.log(` with config: ${JSON.stringify(configuration)} (native) and ${JSON.stringify(jsConfig)} (js)`) await NativeModules.BugsnagTestInterface.startBugsnag(configuration) Bugsnag.start(jsConfig) - // TODO Comment this if it actually helps + // The notifier needs a little time to synch to the native layer, otherwise flakes occur await this.timeout(2000) scenario.run() }