Skip to content

Added 'timeout' to startup arguments#9

Open
dglogik wants to merge 1 commit intomasterfrom
timeout-argument
Open

Added 'timeout' to startup arguments#9
dglogik wants to merge 1 commit intomasterfrom
timeout-argument

Conversation

@dglogik
Copy link
Copy Markdown
Member

@dglogik dglogik commented Feb 20, 2018

No description provided.

Comment thread bin/run.dart
globalPollInterval =
int.parse(opts["poll-interval"] == null ? 250 : opts["poll-interval"]);
globalTimeout =
int.parse(opts["timeout"] == null ? 5000 : opts["timeout"]);
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

int.parse(opts["timeout"] ?? 5000]);

Copy link
Copy Markdown

@Pacane Pacane left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

see comment

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants