Commit 7d439c51 authored by Pavel Vainerman's avatar Pavel Vainerman

(CI): minor fixes in tests

parent 065d5bf5
Pipeline #2699 failed with stage
in 7 minutes 46 seconds
......@@ -13,7 +13,7 @@ cd -
--smemory-id SharedMemory \
--mbtcp-filter-field mb \
--mbtcp-filter-value 1 \
--mbtcp-polltime 50 --mbtcp-recv-timeout 500 --mbtcp-checktime 1000 --mbtcp-timeout 3000 --mbtcp-ignore-timeout 3000 --dlog-add-levels warn,crit
--mbtcp-polltime 50 --mbtcp-recv-timeout 500 --mbtcp-checktime 1000 --mbtcp-timeout 2500 --mbtcp-ignore-timeout 2500 --dlog-add-levels warn,crit
# --dlog-add-levels any
#--mbtcp-force-out 1
#--dlog-add-levels any
......@@ -91,10 +91,10 @@ TEST_CASE("PassiveTimer: 1 msec", "[PassiveTimer][msec]" )
msleep(1);
CHECK( pt.checkTime() );
pt.setTiming(2);
pt.setTiming(3);
msleep(1);
CHECK_FALSE( pt.checkTime() );
msleep(1);
msleep(2);
CHECK( pt.checkTime() );
}
// -----------------------------------------------------------------------------
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment