- Notifications
You must be signed in to change notification settings - Fork343
Open
Description
Describe the bug
timeout setin beforeScenario is not taken into account
To Reproduce
- Set up a beforeScenario step :
beforeScenario(async function () { process.env.test_timeout = "300000"}, { tags: ["extendTestTimeout"] });
with a defaulttest_timeout = 60000
injs.properties
- Run a test case that only waits for 10 minutes with
extendTestTimeout
Tag
→ Test case is getting a timeout after 1 minute
Expected behavior
Timeout shall be triggered after 5 minutes
Versions:
Gauge version: 1.4.3Commit Hash: f98dd40Plugins-------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
Metadata
Metadata
Assignees
Labels
No labels