From f513706701ed4d01b9d48156595d350c1912b8e2 Mon Sep 17 00:00:00 2001 From: Jukka Lehtosalo Date: Thu, 1 Sep 2022 15:35:27 +0100 Subject: [PATCH] Try to fix mypyc incremental test failures in CI --- mypyc/test/test_run.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mypyc/test/test_run.py b/mypyc/test/test_run.py index 9625f59dd307..d0366a19f07e 100644 --- a/mypyc/test/test_run.py +++ b/mypyc/test/test_run.py @@ -167,8 +167,8 @@ def run_case_inner(self, testcase: DataDrivenTestCase) -> None: for operations in steps: # To make sure that any new changes get picked up as being # new by distutils, shift the mtime of all of the - # generated artifacts back by a second. - fudge_dir_mtimes(WORKDIR, -1) + # generated artifacts back. + fudge_dir_mtimes(WORKDIR, -10) step += 1 with chdir_manager(".."):