summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorbetseg2019-03-09 16:01:56 +0300
committerbetseg2019-03-09 16:01:56 +0300
commit8a1d8e1a2a2bf99def288870be5354dfb1170001 (patch)
treed589a296b934ffee6ef70c6679dfbefd4b837074 /PKGBUILD
parenta0a24d24e48b0ecaa4f92fa7ab1281d0dd95d840 (diff)
downloadaur-8a1d8e1a2a2bf99def288870be5354dfb1170001.tar.gz
added a timeout
Signed-off-by: betseg <betulunlu0018@gmail.com>
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 75edb22e4167..374a8a981017 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -41,7 +41,7 @@ build() {
}
check() {
- read -n 1 -p "Do you want to run checks? [y/N] " runchecks
+ read -n 1 -t 30 -p "Do you want to run checks? [y/N] " runchecks
echo