Skip to content

fixed incorrect timeout flag

Ashley Kingscote requested to merge ashleykingscote/gitlab:patch-2 into master

Previous value was "600" which resulted in the following error

Error: invalid argument "600" for "--timeout" flag: time: missing unit in duration 600

Merge request reports