Skip to content

Commit

Permalink
Increased transaction timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
gastaldi committed Mar 5, 2014
1 parent 0b42c3b commit 447bfea
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -476,7 +476,7 @@ private XAFileSystem getFileSystem()
File xaDiskHome = OperatingSystemUtils.createTempDir();
StandaloneFileSystemConfiguration config = new StandaloneFileSystemConfiguration(
xaDiskHome.getAbsolutePath(), "furnace-instance");
config.setTransactionTimeout(600);
config.setTransactionTimeout(3600);
// XADISK-95
if (OperatingSystemUtils.isWindows())
{
Expand Down

0 comments on commit 447bfea

Please sign in to comment.