ci: change listen ports in vweb_should_listen_on_both_ipv4_and_ipv6_by_default_test.v for both vweb and x.vweb, to reduce probability of network errors

This commit is contained in:
Delyan Angelov 2024-04-03 17:51:02 +03:00
parent a1d4712b0b
commit 4d24f8c3fc
No known key found for this signature in database
GPG Key ID: 66886C0F12D595ED
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ import net.http
const vexe = os.getenv('VEXE')
const vroot = os.dir(vexe)
const port = 28871
const port = 38871
const welcome_text = 'Welcome to our simple vweb server'
// Use a known good http client like `curl` (if it exists):

View File

@ -6,7 +6,7 @@ import net.http
const vexe = os.getenv('VEXE')
const vroot = os.dir(vexe)
const port = 28872
const port = 48872
const welcome_text = 'Welcome to our simple vweb server'
// Use a known good http client like `curl` (if it exists):