set pool duration to 1hr
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 36s Details

This commit is contained in:
Ladd Hoffman 2024-03-13 12:06:56 -05:00
parent 3da0382247
commit dd5fcc0cda
1 changed files with 1 additions and 1 deletions

View File

@ -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,