diff --git a/settings/settings.py.j2 b/settings/settings.py.j2 index 5ef8d2ec..defb0360 100644 --- a/settings/settings.py.j2 +++ b/settings/settings.py.j2 @@ -542,7 +542,7 @@ CLOUDWATCH_INSTANCE_NAME = '{{ cloudwatch_instance_name }}' LINKCHECKER_TABLE_UPDATE_CYCLE = 604800 # The converse, how often link checker results are incorporated back into the main EZID # tables. -LINKCHECKER_RESULTS_UPLOAD_CYCLE = 3600 +LINKCHECKER_RESULTS_UPLOAD_CYCLE = 64800 # If 'RESULTS_UPLOAD_SAME_TIME_OF_DAY' is True, then link checker results are # incorporated back once a day, and 'RESULTS_UPLOAD_CYCLE' is interpreted as an offset # from midnight. 'GOOD_RECHECK_MIN_INTERVAL' is the minimum elapsed time between diff --git a/settings/tests.py b/settings/tests.py index 2bde023f..75a9d0cc 100644 --- a/settings/tests.py +++ b/settings/tests.py @@ -501,7 +501,7 @@ LINKCHECKER_TABLE_UPDATE_CYCLE = 604800 # The converse, how often link checker results are incorporated back into the main EZID # tables. -LINKCHECKER_RESULTS_UPLOAD_CYCLE = 3600 +LINKCHECKER_RESULTS_UPLOAD_CYCLE = 64800 # If 'RESULTS_UPLOAD_SAME_TIME_OF_DAY' is True, then link checker results are # incorporated back once a day, and 'RESULTS_UPLOAD_CYCLE' is interpreted as an offset # from midnight. 'GOOD_RECHECK_MIN_INTERVAL' is the minimum elapsed time between diff --git a/tests/util/ezid_client_test.py b/tests/util/ezid_client_testscript.py similarity index 100% rename from tests/util/ezid_client_test.py rename to tests/util/ezid_client_testscript.py