diff --git a/justfile b/justfile index e88f2f3..74bf856 100644 --- a/justfile +++ b/justfile @@ -598,7 +598,7 @@ push-new-pr: gh pr create --base="$base" fi if gum confirm "Enqueue nixpkgs-review?"; then - sleep 5 + sleep 10s pr_number="$(gh pr list --author @me | column -s$'\t' -t | gum choose | cut -d' ' -f1)" [[ -n "$pr_number" ]] just enqueue-nixpkgs-review "$pr_number"