Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Review timeouts in core.ts #596

Open
ljelinkova opened this issue Apr 11, 2018 · 0 comments
Open

Review timeouts in core.ts #596

ljelinkova opened this issue Apr 11, 2018 · 0 comments

Comments

@ljelinkova
Copy link
Contributor

There are tiemout constants defined in core.ts

export const DEFAULT_WAIT = seconds(60);
export const LONG_WAIT = minutes(1);
export const LONGER_WAIT = minutes(10);
export const LONGEST_WAIT = minutes(30);

The DEFAULT_WAIT and LONG_WAIT seem to be the same and I miss some value like 5 or 10 sec.

ppitonak added a commit to ppitonak/fabric8-test that referenced this issue Aug 21, 2018
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

No branches or pull requests

1 participant