Git Product home page Git Product logo

Comments (6)

pospi avatar pospi commented on June 12, 2024

Any chance we can get this in the next release? It seems like a pretty straightforward fix to expose an env var to allow configuring this. Still being blocked on getting my integration tests in working order.

from tryorama.

jost-s avatar jost-s commented on June 12, 2024

Hi @pospi, as I wrote on discord, we're working on a bigger refactoring of Tryorama. This fix will for sure make it into the next release.

If you're missing any feature from Tryorama, please comment on discord.

from tryorama.

pospi avatar pospi commented on June 12, 2024

No worries, I added a temporary workaround for now.

Actually thinking about it after patching, it seems this is a @holochain/client bug. Should somebody log it there? This also explains why it affects the Holochain Launcher, as discussed in the original issue.

from tryorama.

jost-s avatar jost-s commented on June 12, 2024

@pospi Yes, please, it would be great if you could create an issue there.

from tryorama.

jost-s avatar jost-s commented on June 12, 2024

Hi @pospi, the next iteration of Tryorama is released. You can set the timeout of the Admin websocket now like this for example:

tape("Install large hApp bundle", async (t) => {
  await runScenario(
    async (scenario: Scenario) => {
      await scenario.addPlayersWithHappBundles([largeHappBundle]);
    },
    true,
    { timeout: 30000 }
  );
});

from tryorama.

pospi avatar pospi commented on June 12, 2024

from tryorama.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.