Skip to content

Commit

Permalink
Fix test_project_join_timeout_error
Browse files Browse the repository at this point in the history
  • Loading branch information
jochenklar authored Feb 23, 2023
1 parent 8a13ccd commit 807f80d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rdmo/projects/tests/test_view_project_join.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

@pytest.fixture()
def use_project_invite_timeout(settings):
settings.PROJECT_INVITE_TIMEOUT = 0
settings.PROJECT_INVITE_TIMEOUT = -1


@pytest.mark.parametrize('membership_role', membership_roles)
Expand Down

0 comments on commit 807f80d

Please sign in to comment.