Skip to content

Commit

Permalink
Comment reason for delay
Browse files Browse the repository at this point in the history
  • Loading branch information
twometresteve committed Dec 4, 2020
1 parent 14fcc9f commit b7033bd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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()
}
Expand Down

0 comments on commit b7033bd

Please sign in to comment.