Skip to content

Commit 38c085d

Browse files
committed
Increase default timeout to 900
1 parent bb00496 commit 38c085d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Migrator.Providers/TransformationProvider.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -773,7 +773,7 @@ public virtual bool PrimaryKeyExists(string table, string name)
773773

774774
public virtual int ExecuteNonQuery(string sql)
775775
{
776-
return ExecuteNonQuery(sql, 30);
776+
return ExecuteNonQuery(sql, 900);
777777
}
778778

779779
public virtual int ExecuteNonQuery(string sql, int timeout)

0 commit comments

Comments
 (0)