Skip to content

Commit

Permalink
increase timeout, try to make local setup more like gh actions
Browse files Browse the repository at this point in the history
  • Loading branch information
compscidr committed Dec 18, 2024
1 parent fdde5e0 commit e8196dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ import java.nio.ByteBuffer
import kotlin.random.Random

// this needs to be set to 250 if we want to test the TIME_WAIT state
@Timeout(10)
@Timeout(20)
class TcpHandlingTest {
private val logger = LoggerFactory.getLogger(javaClass)
private val kAnonProxy = KAnonProxy(IcmpLinux)
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
android.useAndroidX=true
org.gradle.jvmargs=-Xmx8096m
org.gradle.jvmargs=-Xmx8096m -XX:ActiveProcessorCount=4

0 comments on commit e8196dd

Please sign in to comment.