summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFederico Mena Quintero <federico@gnome.org>2023-01-18 15:03:07 -0600
committerFederico Mena Quintero <federico@gnome.org>2023-01-18 15:13:39 -0600
commit984af2a09b43e1c9fb684feaa3498e29fa3de014 (patch)
tree06c3bee7dbcfd7e8e0900ade1058d54ae3216692
parent62a6c8168c124e0c4bde50ddaedcb1d19f64d85d (diff)
downloadat-spi2-core-984af2a09b43e1c9fb684feaa3498e29fa3de014.tar.gz
Allow 300 seconds for the atk-test to run
It's failing with 120 seconds sometimes in CI. This delay is making me uncomfortable...
-rw-r--r--tests/at-spi2-atk/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/at-spi2-atk/meson.build b/tests/at-spi2-atk/meson.build
index 4207fadb..4caf5d92 100644
--- a/tests/at-spi2-atk/meson.build
+++ b/tests/at-spi2-atk/meson.build
@@ -79,4 +79,4 @@ foreach t: tests
endif
endforeach
-test('atk-test', atk_test_bin, timeout: 120)
+test('atk-test', atk_test_bin, timeout: 300)