Skip to content

Commit 7788ee9

Browse files
apollo_infra_utils: increase num ports per instance (#11135)
1 parent 52f04ab commit 7788ee9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/apollo_infra_utils/src/test_utils.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ use strum::EnumCount;
88
use strum_macros::EnumCount as EnumCountMacro;
99
use tracing::{info, instrument};
1010

11-
const PORTS_PER_INSTANCE: u16 = 60;
11+
const PORTS_PER_INSTANCE: u16 = 80;
1212
pub const MAX_NUMBER_OF_INSTANCES_PER_TEST: u16 = 28;
1313
#[allow(clippy::as_conversions)]
1414
const MAX_NUMBER_OF_TESTS: u16 = TestIdentifier::COUNT as u16;

0 commit comments

Comments
 (0)