소스 검색

new test helper

ofreax 10 년 전
부모
커밋
956f6d8b68
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      test/test_helper.bash

+ 2 - 0
test/test_helper.bash

@@ -90,6 +90,8 @@ wait_service_by_cid() {
 
   cid=$1
 
+  sleep 1
+
   # first wait image init end
   while ! is_file_exists_by_cid $cid /etc/my_init_startup_files_completed
   do