ENH: modify the timeout to 25

JIRA: STUDIO-4812

Change-Id: I45722a99b09d685c721ae37418fe0d74b2787743
Signed-off-by: Stone Li <stone.li@bambulab.com>
This commit is contained in:
Stone Li 2023-10-19 17:12:16 +08:00 committed by Lane.Wei
parent 0f7dd9b3a4
commit 25be15a6dd
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ namespace fs = boost::filesystem;
namespace Slic3r {
namespace GUI {
#define PRINT_JOB_SENDING_TIMEOUT 10
#define PRINT_JOB_SENDING_TIMEOUT 25
class PrintPrepareData
{