Skip to content

Commit

Permalink
ci: change listen ports in vweb_should_listen_on_both_ipv4_and_ipv6_b…
Browse files Browse the repository at this point in the history
…y_default_test.v for both vweb and x.vweb, to reduce probability of network errors
  • Loading branch information
spytheman committed Apr 3, 2024
1 parent a1d4712 commit 4d24f8c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -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):
Expand Down
Expand Up @@ -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):
Expand Down

0 comments on commit 4d24f8c

Please sign in to comment.