We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug
timeout setin beforeScenario is not taken into account
To Reproduce
beforeScenario(async function () { process.env.test_timeout = "300000" }, { tags: ["extendTestTimeout"] });
with a default test_timeout = 60000 in js.properties
test_timeout = 60000
js.properties
extendTestTimeout
→ Test case is getting a timeout after 1 minute
Expected behavior Timeout shall be triggered after 5 minutes
Versions:
Gauge version: 1.4.3 Commit Hash: f98dd40 Plugins ------- html-report (4.2.0) js (3.0.1) json-report (0.3.7) screenshot (0.1.0) spectacle (0.1.4) xml-report (0.4.0)
Additional context Any other way to proceed if exists should really helps me
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
timeout setin beforeScenario is not taken into account
To Reproduce
with a default
test_timeout = 60000
injs.properties
extendTestTimeout
Tag→ Test case is getting a timeout after 1 minute
Expected behavior
Timeout shall be triggered after 5 minutes
Versions:
Additional context
Any other way to proceed if exists should really helps me
The text was updated successfully, but these errors were encountered: