From 235ecb6d75f00384b3f42f449c769340e13fbd0b Mon Sep 17 00:00:00 2001 From: Yu Watanabe Date: Thu, 24 Oct 2019 11:08:48 +0900 Subject: [PATCH] test: drop duplicated 's' This fixes the following log message ``` Container TEST-07-ISSUE-1981 terminated by signal KILL. E: test timed out after 30s s ``` --- test/TEST-07-ISSUE-1981/test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/TEST-07-ISSUE-1981/test.sh b/test/TEST-07-ISSUE-1981/test.sh index 199b4f85a8..e72c11fd1b 100755 --- a/test/TEST-07-ISSUE-1981/test.sh +++ b/test/TEST-07-ISSUE-1981/test.sh @@ -5,7 +5,7 @@ TEST_NO_QEMU=1 . $TEST_BASE_DIR/test-functions -NSPAWN_TIMEOUT=30s +NSPAWN_TIMEOUT=30 test_setup() { create_empty_image_rootdir