From 60f101996663ec94f63b97cd4615c6a723a62c27 Mon Sep 17 00:00:00 2001 From: Francis Rowe Date: Thu, 25 Jun 2015 17:53:39 +0100 Subject: build/config/*: Wait 2 seconds, not 5 seconds. 2 seconds is less annoying. --- resources/scripts/helpers/build/config/corebootupdate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'resources/scripts/helpers/build/config/corebootupdate') diff --git a/resources/scripts/helpers/build/config/corebootupdate b/resources/scripts/helpers/build/config/corebootupdate index 47857c56..6e4ad672 100755 --- a/resources/scripts/helpers/build/config/corebootupdate +++ b/resources/scripts/helpers/build/config/corebootupdate @@ -36,7 +36,7 @@ fi cd "../../../coreboot/" for config in ${configs}; do printf "Updating config for %s\n" "${config}" - sleep 5 + sleep 2 if [ ! -d "../resources/libreboot/config/${config}/" ]; then printf "build/config/corebootupdate WARNING: config '%s' does not exist. Skipping.\n" "${config}" -- cgit v1.2.3-70-g09d2