diff --git a/dev_scripts_helpers/github/test/test_invite_gh_contributors.py b/dev_scripts_helpers/github/test/test_invite_gh_contributors.py index 120865cb6..6adfe61ac 100644 --- a/dev_scripts_helpers/github/test/test_invite_gh_contributors.py +++ b/dev_scripts_helpers/github/test/test_invite_gh_contributors.py @@ -21,7 +21,7 @@ # ############################################################################# -@pytest.mark.slow(reason="Greater than 5s") +@pytest.mark.superslow("~30 sec.") class Test_extract_usernames_from_gsheet(hunitest.TestCase): """ Test that github usernames are correctly pulled. @@ -54,7 +54,7 @@ def test1(self) -> None: # ############################################################################# -@pytest.mark.slow(reason="Greater than 5s") +@pytest.mark.superslow("~30 sec.") class Test_extract_usernames_from_csv(hunitest.TestCase): """ Verify that GitHub usernames are correctly extracted from a CSV file. @@ -96,7 +96,7 @@ def _create_file( # ############################################################################# -@pytest.mark.slow(reason="Greater than 5s") +@pytest.mark.superslow("~30 sec.") class Test_send_invitations(hunitest.TestCase): """ Test that an invitation is sent once per user.