proc-macro: Timeout for tests

Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io>
This commit is contained in:
Alexandru Vasile
2024-03-01 20:20:14 +02:00
parent 88ccc54339
commit b6c98c7fa0
6 changed files with 124 additions and 0 deletions
+1
View File
@@ -46,6 +46,7 @@ tracing = { workspace = true }
tracing-subscriber = { workspace = true }
wabt = { workspace = true }
substrate-runner = { workspace = true }
integration-tests-proc-macro = { path = "proc-macro" }
[build-dependencies]
cfg_aliases = "0.2.0"