mirror of
https://bitbucket.org/smil3y/katie.git
synced 2025-02-24 02:42:55 +00:00
increase sleep time in xvfb.sh script
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
09b706ee8c
commit
972e0dcc3d
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ cd "$(dirname "$bin")"
|
|||
if [ -z "$DISPLAY" ];then
|
||||
Xvfb :123 &
|
||||
xvfbpid=$!
|
||||
sleep 3
|
||||
sleep 5
|
||||
|
||||
DISPLAY=:123 @KATIE_CROSS_EXEC@ "./$(basename "$bin")" $@
|
||||
retval=$?
|
||||
|
|
Loading…
Add table
Reference in a new issue