diff --git a/gaboshlib/g_python.sh b/gaboshlib/g_python.sh index 300d74a..854d22a 100644 --- a/gaboshlib/g_python.sh +++ b/gaboshlib/g_python.sh @@ -43,7 +43,7 @@ function g_python { then until [ -n "$g_python_result" ] do - read -t 0.1 g_python_result <${g_tmp}/${g_rnd}/python-out + read -t 0.3 g_python_result <${g_tmp}/${g_rnd}/python-out [ -s "${g_tmp}/${g_rnd}/python-error" ] && break done unset g_python_waitforoutput