Fix UTC usage in archived test files
Some checks failed
Cross-Node Transaction Testing / transaction-test (push) Successful in 4s
Deploy to Testnet / deploy-testnet (push) Successful in 1m14s
Multi-Node Stress Testing / stress-test (push) Successful in 4s
Node Failover Simulation / failover-test (push) Failing after 3s
Python Tests / test-python (push) Failing after 10s
Staking Tests / test-staking-service (push) Failing after 6s
Staking Tests / test-staking-integration (push) Has been skipped
Staking Tests / test-staking-contract (push) Has been skipped
Staking Tests / run-staking-test-runner (push) Has been skipped
Deploy to Testnet / notify-deployment (push) Successful in 2s
Some checks failed
Cross-Node Transaction Testing / transaction-test (push) Successful in 4s
Deploy to Testnet / deploy-testnet (push) Successful in 1m14s
Multi-Node Stress Testing / stress-test (push) Successful in 4s
Node Failover Simulation / failover-test (push) Failing after 3s
Python Tests / test-python (push) Failing after 10s
Staking Tests / test-staking-service (push) Failing after 6s
Staking Tests / test-staking-integration (push) Has been skipped
Staking Tests / test-staking-contract (push) Has been skipped
Staking Tests / run-staking-test-runner (push) Has been skipped
Deploy to Testnet / notify-deployment (push) Successful in 2s
This commit is contained in:
@@ -122,8 +122,8 @@ class MarketplaceUser(HttpUser):
|
||||
"ram": random.choice(["16GB", "32GB", "64GB", "128GB"]),
|
||||
},
|
||||
"availability": {
|
||||
"start_time": (datetime.now(datetime.UTC) + timedelta(hours=1)).isoformat(),
|
||||
"end_time": (datetime.now(datetime.UTC) + timedelta(days=30)).isoformat(),
|
||||
"start_time": (datetime.now(UTC) + timedelta(hours=1)).isoformat(),
|
||||
"end_time": (datetime.now(UTC) + timedelta(days=30)).isoformat(),
|
||||
},
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user