Skip to content

Commit

Permalink
test: change timeout to 120s for monolithic test
Browse files Browse the repository at this point in the history
Signed-off-by: rayylee <[email protected]>
  • Loading branch information
hbuxiaofei committed Apr 30, 2024
1 parent 4317548 commit 0229d61
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/test/app_test_for_monolithic.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

APP=
ROOT=$(realpath $(dirname $0))/../../
TIMEOUT=60s
TIMEOUT=120s
EXIT_STATUS=0

S_PASS=0
Expand Down Expand Up @@ -51,7 +51,7 @@ function run_and_compare() {
EXIT_NORMALLY="System halted with exit code 0"
if [ `grep -c "$EXIT_NORMALLY" $actual` -eq '0' ];then
return $S_FAILED
else
else
return $S_PASS
fi
}
Expand Down

0 comments on commit 0229d61

Please sign in to comment.