From 1e044787151f42ca8a72890575280bb5d79c25e1 Mon Sep 17 00:00:00 2001 From: zhaoguangwei Date: Thu, 9 May 2019 16:48:22 +0800 Subject: [PATCH] delete the txOpTime in transactionContent.java, now use it in the ContractEventSendOpTemplate, only for contract related; --- .../test/com/jd/blockchain/intgr/IntegrationTest4Bftsmart.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/test/test-integration/src/test/java/test/com/jd/blockchain/intgr/IntegrationTest4Bftsmart.java b/source/test/test-integration/src/test/java/test/com/jd/blockchain/intgr/IntegrationTest4Bftsmart.java index 22aa9b1e..79b9e189 100644 --- a/source/test/test-integration/src/test/java/test/com/jd/blockchain/intgr/IntegrationTest4Bftsmart.java +++ b/source/test/test-integration/src/test/java/test/com/jd/blockchain/intgr/IntegrationTest4Bftsmart.java @@ -139,7 +139,7 @@ public class IntegrationTest4Bftsmart { } try { - Thread.sleep(60000000); + Thread.sleep(60000); } catch (InterruptedException e) { e.printStackTrace(); }