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

Add command line option for changing default timeout #279

Closed
danschultz opened this issue Jun 22, 2015 · 4 comments
Closed

Add command line option for changing default timeout #279

danschultz opened this issue Jun 22, 2015 · 4 comments
Labels
type-enhancement A request for a change that isn't a bug
Milestone

Comments

@danschultz
Copy link

Would be nice to have a command line option to specify the global timeout.

@nex3 nex3 added the type-enhancement A request for a change that isn't a bug label Jun 22, 2015
@nex3 nex3 added this to the 1.0.0 milestone Jun 22, 2015
@whesse
Copy link
Contributor

whesse commented Jan 14, 2016

A number of issues with the buildbot have been caused by not being able to increase this internal timeout. This should be a higher priority. We are disabling debug runs because of this. This timeout is actually the one in scheduled_test, right?

@sgjesse @ricowind

@zoechi
Copy link

zoechi commented Jan 14, 2016

I think this is covered by #63 and #46

@whesse
Copy link
Contributor

whesse commented Jan 14, 2016

In our case, a command-line argument is much better than a file. The package directory might be shared with other configurations which are running with different parameters, or it might be read-only. Even if the configuration file can be specified on the command line, then we need to create a file somewhere, and then specify its path, rather than just putting the option on the command line. Perhaps the command line could accept the JSON or YAML that would be in the configuration file.

@nex3
Copy link
Member

nex3 commented Jan 14, 2016

I agree that this should be done soon to get the bots happy.

@nex3 nex3 closed this as completed in f610d7b Jan 26, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type-enhancement A request for a change that isn't a bug
Projects
None yet
Development

No branches or pull requests

4 participants