Skip to content
This repository has been archived by the owner on Jul 20, 2023. It is now read-only.

Commit

Permalink
chore: release 0.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
pete-eiger committed Jun 2, 2023
1 parent 0e2dc39 commit b6481ac
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.

## [unreleased]

### Bug Fixes

- Server context types

### Features

- Disable notifications for known divergences
Expand All @@ -15,6 +19,7 @@ All notable changes to this project will be documented in this file.

- Release 0.3.2
- Release 0.3.3
- Release 0.3.4

### Refactor

Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions poi-radio/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "poi-radio"
version = "0.3.3"
version = "0.3.4"
edition = "2021"
authors = ["GraphOps (axiomatic-aardvark, hopeyen)"]
description = "POI Radio monitors subgraph data integrity in real time using Graphcast SDK"
Expand All @@ -19,7 +19,6 @@ serde_json = "1.0.96"
sha3 = "0.10.8"
derive-getters = "0.2.1"
tokio = { version = "1.28.1", features = ["full", "rt"] }
# tokio = { version = "1.28", features = ["full", "tracing", "rt", "parking_lot"] }
anyhow = "1.0"
graphql_client = "0.9.0"
serde_derive = "1.0"
Expand Down
4 changes: 2 additions & 2 deletions test-runner/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,8 @@ pub async fn main() {
radio: Arc::clone(&radio),
};

// Wait for 2 minutes asynchronously
sleep(Duration::from_secs(120)).await;
// Wait for 3 minutes asynchronously
sleep(Duration::from_secs(180)).await;

// Kill the processes
let _ = cleanup.sender.lock().unwrap().kill();
Expand Down

0 comments on commit b6481ac

Please sign in to comment.