Skip to content

Commit 98148ca

Browse files
committed
Change limit to 10min, ssh configured for this
1 parent 33bffff commit 98148ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/lib/src/uciengine.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ class LIB_EXPORT UciEngine : public ChessEngine
5454
virtual void parseLine(const QString& line);
5555
virtual void sendOption(const QString& name, const QVariant& value);
5656
virtual bool isPondering() const;
57-
virtual int getMaxNetLagMs() const { return isCuteseal() ? 30000 : 0; } // allow 30 secs on cuteseal
57+
virtual int getMaxNetLagMs() const { return isCuteseal() ? 600000 : 0; } // allow 600 secs on cuteseal
5858

5959
private:
6060
enum PonderState

0 commit comments

Comments
 (0)