Skip to content

Commit

Permalink
add a zero
Browse files Browse the repository at this point in the history
  • Loading branch information
mhmd-azeez committed Jan 23, 2025
1 parent 444f573 commit 439953c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions extism_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1137,7 +1137,7 @@ func TestCompiledModuleMultipleInstances(t *testing.T) {
}

var wg sync.WaitGroup
numInstances := 30
numInstances := 300

// Create and test instances in parallel
for i := 0; i < numInstances; i++ {
Expand Down Expand Up @@ -1170,7 +1170,7 @@ func TestCompiledModuleMultipleInstances(t *testing.T) {

func TestMultipleCallsOutputParallel(t *testing.T) {
manifest := manifest("count_vowels.wasm")
numInstances := 30
numInstances := 300

var wg sync.WaitGroup

Expand Down

0 comments on commit 439953c

Please sign in to comment.