diff options
author | Ted Gould <ted@gould.cx> | 2012-01-30 22:42:59 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2012-01-30 22:42:59 -0600 |
commit | bd7311b74af63df8ef7ad34a6c56c785c499226a (patch) | |
tree | b474ed28717fd6397fe580e7b9b63b4239326b99 /tests | |
parent | 767c767a60a7de0fce7031a3e17c30d54e658962 (diff) | |
download | libdbusmenu-bd7311b74af63df8ef7ad34a6c56c785c499226a.tar.gz libdbusmenu-bd7311b74af63df8ef7ad34a6c56c785c499226a.tar.bz2 libdbusmenu-bd7311b74af63df8ef7ad34a6c56c785c499226a.zip |
Turn off the timeouts that are causing the tests to fail
Diffstat (limited to 'tests')
-rw-r--r-- | tests/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index a227916..532c14f 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -1,5 +1,5 @@ -DBUS_RUNNER=dbus-test-runner +DBUS_RUNNER=dbus-test-runner --max-wait=0 CLEANFILES= DISTCLEANFILES= |