Skip to content
This repository has been archived by the owner on Sep 8, 2024. It is now read-only.

revert a temporary bugfix from PR #2626 #2741

Merged
merged 1 commit into from
Jun 7, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions test/integrationtests/voight_kampff/features/environment.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,12 +90,6 @@ def before_all(context):
else:
sleep(1)

# Temporary bugfix - First test to run sometimes fails
# Sleeping to see if something isn't finished setting up when tests start
# More info in Jira Ticket MYC-370
# TODO - remove and fix properly dependant on if failures continue
sleep(10)

context.bus = bus
context.step_timeout = 10 # Reset the step_timeout to 10 seconds
context.matched_message = None
Expand Down