From 06943730976f71e07aac41b1b882ccc53cd6ec35 Mon Sep 17 00:00:00 2001 From: Phil Sutter Date: Wed, 24 Apr 2024 23:41:59 +0200 Subject: tests: shell: Fix for maps/typeof_maps_add_delete with ASAN With both KASAN and ASAN enabled, my VM is too slow so the ping-induced set entry times out before the test checks its existence. Increase its timeout to 2s, seems to do the trick. Signed-off-by: Phil Sutter --- tests/shell/testcases/maps/dumps/typeof_maps_add_delete.json-nft | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/shell/testcases/maps/dumps/typeof_maps_add_delete.json-nft') diff --git a/tests/shell/testcases/maps/dumps/typeof_maps_add_delete.json-nft b/tests/shell/testcases/maps/dumps/typeof_maps_add_delete.json-nft index 8130c46c..b3204a28 100644 --- a/tests/shell/testcases/maps/dumps/typeof_maps_add_delete.json-nft +++ b/tests/shell/testcases/maps/dumps/typeof_maps_add_delete.json-nft @@ -231,7 +231,7 @@ "elem": { "elem": { "val": "10.2.3.4", - "timeout": 1 + "timeout": 2 } }, "data": 2, -- cgit v1.2.3