TESTING
diff --git a/tests/frontend/pull.py b/tests/frontend/pull.py
index dcadf14..6714875 100644
--- a/tests/frontend/pull.py
+++ b/tests/frontend/pull.py
@@ -84,7 +84,7 @@
 #  * `bst build` pushes all build elements ONLY to configured 'push' cache
 #  * `bst pull` finds artifacts that are available only in the secondary cache
 #
-@pytest.mark.timeout(15, method="signal")
+@pytest.mark.timeout(15, method="thread")
 @pytest.mark.datafiles(DATA_DIR)
 def test_pull_secondary_cache(cli, tmpdir, datafiles):
     project = os.path.join(datafiles.dirname, datafiles.basename)