test(palemoon): add some variables

Signed-off-by: Xe Iaso <me@xeiaso.net>
This commit is contained in:
Xe Iaso
2025-07-24 15:55:50 -04:00
parent b2f3f99b52
commit 89230f7678
10 changed files with 59 additions and 15 deletions

View File

@@ -28,7 +28,7 @@ func main() {
flagenv.Parse()
flag.Parse()
ctx, cancel := context.WithTimeout(context.Background(), 60*time.Minute)
ctx, cancel := context.WithTimeout(context.Background(), 5*time.Minute)
defer cancel()
lanip, err := internal.GetLANIP()