Skip to content

Commit a543467

Browse files
att
1 parent 6063467 commit a543467

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ int main(int argc, char *argv[]){
4040
printf("--port not valid\n");
4141
return 1;
4242
}
43-
int timeout = 90; //two minuts
43+
int timeout = 180; //two minuts
4444
const char *timeout_flag = CArgvParse_get_flag(&args, TIMEOUT_FLAGS, FLAGS_SIZE, 0);
4545
if(timeout_flag){
4646
timeout = atoi(timeout_flag);

0 commit comments

Comments
 (0)