DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH] ci: increase unit test timeout
@ 2020-01-28 16:28 Ferruh Yigit
  2020-01-28 18:39 ` Michael Santana
  2020-01-28 20:53 ` Aaron Conole
  0 siblings, 2 replies; 7+ messages in thread
From: Ferruh Yigit @ 2020-01-28 16:28 UTC (permalink / raw)
  To: Aaron Conole, Michael Santana; +Cc: dev

Timeout multiplier was 3, which gives 30 seconds for unit test but still
some unit test was timing out time to time and travis reporting false
positive failures.

Increasing the multiplier to 10, which makes timeout duration
100seconds.

Signed-off-by: Ferruh Yigit <ferruh.yigit@intel.com>
---
 .ci/linux-build.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.ci/linux-build.sh b/.ci/linux-build.sh
index ccc3a7ccd..be3dc4940 100755
--- a/.ci/linux-build.sh
+++ b/.ci/linux-build.sh
@@ -37,5 +37,5 @@ if [ "$AARCH64" != "1" ]; then
 fi
 
 if [ "$RUN_TESTS" = "1" ]; then
-    sudo meson test -C build --suite fast-tests -t 3
+    sudo meson test -C build --suite fast-tests -t 10
 fi
-- 
2.24.1


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2020-02-05 18:47 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-28 16:28 [dpdk-dev] [PATCH] ci: increase unit test timeout Ferruh Yigit
2020-01-28 18:39 ` Michael Santana
2020-01-28 20:53 ` Aaron Conole
2020-01-30 11:03   ` Thomas Monjalon
2020-01-30 15:35     ` Honnappa Nagarahalli
2020-01-31 15:44       ` Honnappa Nagarahalli
2020-02-05 18:47     ` David Marchand

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).