Skip to content

Commit

Permalink
Add back another time.sleep for FlaskAsView test_view
Browse files Browse the repository at this point in the history
  • Loading branch information
billyrrr committed Nov 25, 2019
1 parent 86c8b8a commit 34ddef3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/meeting_room/tests/test_view_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def test_view(users, tickets, location, meeting, setup_app):
list_get_view=meeting_session_ops.ListGet
)

# time.sleep(2) # TODO: delete after implementing sync
time.sleep(2) # TODO: delete after implementing sync

test_client = app.test_client()

Expand Down

0 comments on commit 34ddef3

Please sign in to comment.