set pool duration to 1hr
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 36s
Details
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 36s
Details
This commit is contained in:
parent
3da0382247
commit
dd5fcc0cda
|
@ -189,7 +189,7 @@ function App() {
|
|||
};
|
||||
|
||||
const initiateValidationPool = async (postIndex) => {
|
||||
const poolDuration = 60;
|
||||
const poolDuration = 3600;
|
||||
await DAO.methods.initiateValidationPool(postIndex, poolDuration).send({
|
||||
from: account,
|
||||
gas: 1000000,
|
||||
|
|
Loading…
Reference in New Issue