diff options
-rwxr-xr-x | other/travis/toxcore-script | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/other/travis/toxcore-script b/other/travis/toxcore-script index 758d3430..2154d558 100755 --- a/other/travis/toxcore-script +++ b/other/travis/toxcore-script | |||
@@ -30,7 +30,7 @@ RUN $CMAKE \ | |||
30 | -DASAN=ON \ | 30 | -DASAN=ON \ |
31 | -DDEBUG=ON \ | 31 | -DDEBUG=ON \ |
32 | -DSTRICT_ABI=ON \ | 32 | -DSTRICT_ABI=ON \ |
33 | -DTEST_TIMEOUT_SECONDS=300 \ | 33 | -DTEST_TIMEOUT_SECONDS=120 \ |
34 | -DTRACE=ON \ | 34 | -DTRACE=ON \ |
35 | $CMAKE_EXTRA_FLAGS | 35 | $CMAKE_EXTRA_FLAGS |
36 | 36 | ||