From 2ef2c0176a4097cfc5c84b97020c300ddc90a460 Mon Sep 17 00:00:00 2001 From: BryanFauble <17128019+BryanFauble@users.noreply.github.com> Date: Sat, 28 Oct 2023 15:37:20 -0700 Subject: [PATCH] Up flaky rerun --- tests/integration/synapseutils/test_synapseutils_copy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration/synapseutils/test_synapseutils_copy.py b/tests/integration/synapseutils/test_synapseutils_copy.py index 9d3a28213..b9b483286 100644 --- a/tests/integration/synapseutils/test_synapseutils_copy.py +++ b/tests/integration/synapseutils/test_synapseutils_copy.py @@ -27,7 +27,7 @@ # Add Test for UPDATE # Add test for existing provenance but the orig doesn't have provenance -@pytest.mark.flaky(reruns=3) +@pytest.mark.flaky(reruns=10) def test_copy(syn: Synapse, schedule_for_cleanup): try: execute_test_copy(syn, schedule_for_cleanup)