--- mc-4.8.28.orig/src/subshell/common.c +++ mc-4.8.28/src/subshell/common.c @@ -749,7 +749,7 @@ feed_subshell (int how, gboolean fail_on should_read_new_subshell_prompt = FALSE; /* we wait up to 1 second if fail_on_error, forever otherwise */ - wtime.tv_sec = 1; + wtime.tv_sec = 10; wtime.tv_usec = 0; wptr = fail_on_error ? &wtime : NULL;
alternativly you could download my pachted source from https://github.com/phil2sat/Midnight_Commander.git and build it with "debuild -uc -us" phil2sat